home *** CD-ROM | disk | FTP | other *** search
- cur_level_num = 117
-
- dofile("everything.lua")
-
- function LEVEL_start()
- ticker = 0
- pylon_start("hoval-spike",90.0)
- floor_start_random()
- player_start( -21.9508 , 21.782 , 0.0 )
- end
-
- function LEVEL_gameloop()
- everying_gameloop()
-
- if ticker == 500 then
- actor_plopper( "chunk", 1,0,0, 36.0247,36.0247,26.1244,26.1244, -36.0,147.0 )
- end
-
- if ticker == 500 then
- actor_plopper( "chunk", 1,0,0, -21.5293,-21.5293,-15.691,-15.691, -36.0,147.0 )
- end
-
- if ticker == 500 then
- actor_plopper( "chunk", 1,0,0, -7.31044,-7.31044,-5.36041,-5.36041, -36.0,147.0 )
- end
-
- if ticker == 500 then
- actor_plopper( "chunk", 1,0,0, 7.25775,7.25775,5.22402,5.22402, -36.0,147.0 )
- end
-
- if ticker == 500 then
- actor_plopper( "chunk", 1,0,0, 21.7118,21.7118,15.7254,15.7254, -36.0,147.0 )
- end
-
- if ticker == 500 then
- actor_plopper( "chunk", 1,0,0, -35.8377,-35.8377,-26.0867,-26.0867, -36.0,147.0 )
- end
-
- if ticker == 700 then
- actor_plopper( "robot_green", 20,0,10, 8.43581,47.0846,-37.117,-6.04534, -90.0,0.0 )
- end
-
- if ticker == 700 then
- actor_plopper( "robot_green", 20,0,10, -13.2599,13.7943,-46.3515,-24.6013, -90.0,0.0 )
- end
-
- if ticker == 700 then
- actor_plopper( "robot_green", 20,0,10, 34.6272,61.6814,-8.82801,12.9222, -90.0,0.0 )
- end
-
- if ticker == 1500 then
- actor_plopper( "turret-1_sma", 1,0,0, -38.8,-38.8,35.4987,35.4987, -90.0,0.0 )
- end
-
- if ticker == 1500 then
- actor_plopper( "turret-1_sma", 1,0,0, 20.4446,20.4446,42.4423,42.4423, -90.0,0.0 )
- end
-
- if ticker == 1500 then
- actor_plopper( "turret-1_sma", 1,0,0, -58.4059,-58.4059,-6.34645,-6.34645, -90.0,0.0 )
- c_no_more_beasties_to_come()
- end
-
- end
-
-